SftTree/NET 2.0

ExpandCollapseButtonStyleEnum Enumeration

Softel vdm, Inc.

Used with the ItemClass.ExpandCollapseButton property to define the expand/collapse button style.

Syntax      ExpandCollapseButtonStyleEnum Enumeration (Softelvdm.SftTreeNET)

VB   

Public Enum ExpandCollapseButtonStyleEnum

C#   

public enum ExpandCollapseButtonStyleEnum

C++   

public enum class ExpandCollapseButtonStyleEnum


Member

Value

Description

Conditional

0

The expand/collapse button is only shown if the item has dependents.

Show

1

The expand/collapse button is always shown even if the item does not have dependents. An application can dynamically add dependents when the ItemClick event occurs.

Hide

2

Never show the expand/collapse button even if the item has dependents.

Comments

The ExpandCollapseButtonStyleEnum enumeration is used with the ItemClass.ExpandCollapseButton property to define the expand/collapse button style.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com